summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2016-11-19 20:29:34 +0100
committerAlexander Harkness <me@bearbin.net>2016-12-12 15:32:32 +0100
commitb9609c3b765f248dd8b84180c370888d25168914 (patch)
tree7de49d92caf5eb271192a194a738bbab207db2bf /android
parentUse CMake's Android generators to crosscompile (diff)
downloadcuberite-b9609c3b765f248dd8b84180c370888d25168914.tar
cuberite-b9609c3b765f248dd8b84180c370888d25168914.tar.gz
cuberite-b9609c3b765f248dd8b84180c370888d25168914.tar.bz2
cuberite-b9609c3b765f248dd8b84180c370888d25168914.tar.lz
cuberite-b9609c3b765f248dd8b84180c370888d25168914.tar.xz
cuberite-b9609c3b765f248dd8b84180c370888d25168914.tar.zst
cuberite-b9609c3b765f248dd8b84180c370888d25168914.zip
Diffstat (limited to 'android')
-rw-r--r--android/.gitignore6
-rw-r--r--android/CMakeLists.txt4
2 files changed, 1 insertions, 9 deletions
diff --git a/android/.gitignore b/android/.gitignore
index a9446f022..f23a2c19b 100644
--- a/android/.gitignore
+++ b/android/.gitignore
@@ -1,5 +1 @@
-/Cuberite/
-/CMakeFiles/
-/lua_native-prefix/
-/tolua_native-prefix/
-CMakeCache.txt \ No newline at end of file
+/Cuberite/ \ No newline at end of file
diff --git a/android/CMakeLists.txt b/android/CMakeLists.txt
index 849b24d04..4f863d114 100644
--- a/android/CMakeLists.txt
+++ b/android/CMakeLists.txt
@@ -1,7 +1,3 @@
-# Build command:
-# cmake . -DCMAKE_SYSTEM_NAME=Android -DCMAKE_SYSTEM_VERSION=16 -DCMAKE_BUILD_TYPE=Release -DCMAKE_ANDROID_ARCH_ABI=armeabi -DNATIVE_TOLUA_GENERATOR="" -DCMAKE_ANDROID_NDK=""
-# -G "MinGW Makefiles" -DCMAKE_MAKE_PROGRAM="" may also be required on Windows
-
cmake_minimum_required (VERSION 3.7)
project(Cuberite)